google_api_apigee v0.3.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneCustomEmailTemplates View Source
Email templates used by a zone.
Attributes
accountNotify
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneCustomEmailTemplatesCustomEmailTemplate.t
, default:nil
) - Email template that is sent when a user registers an account.accountVerify
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneCustomEmailTemplatesCustomEmailTemplate.t
, default:nil
) - Email template that is sent when a user needs to verify their email address.activate
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneCustomEmailTemplatesCustomEmailTemplate.t
, default:nil
) - Email template used for activating a user's account.resetPassword
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneCustomEmailTemplatesCustomEmailTemplate.t
, default:nil
) - Email template used for resetting a user's password.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneCustomEmailTemplates{ accountNotify: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneCustomEmailTemplatesCustomEmailTemplate.t(), accountVerify: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneCustomEmailTemplatesCustomEmailTemplate.t(), activate: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneCustomEmailTemplatesCustomEmailTemplate.t(), resetPassword: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneCustomEmailTemplatesCustomEmailTemplate.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.