View Source Zitadel.System.V1.ChangeSubscriptionRequest (zitadel_api v2.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.System.V1.ChangeSubscriptionRequest{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  action_mins_limit: non_neg_integer(),
  domain: String.t(),
  request_limit: non_neg_integer(),
  subscription_name: String.t()
}

Link to this section Functions