google_api_apigee v0.2.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiDocBody View Source
Attributes
anonAllowed
(type:boolean()
, default:nil
) - Boolean flag that specifies whether all or only registered users can access the API.apiId
(type:String.t
, default:nil
) - ID of the API.description
(type:String.t
, default:nil
) - Description of the API.edgeAPIProductName
(type:String.t
, default:nil
) - Name of the associated API product.enrollment
(type:String.t
, default:nil
) - Not used by Apigee hybrid.id
(type:String.t
, default:nil
) - ID of the API.imageUrl
(type:String.t
, default:nil
) - URL of the image used for the API in the API catalog.modified
(type:String.t
, default:nil
) - Time the API was last modified in milliseconds since epoch.productExists
(type:boolean()
, default:nil
) - Boolean flag that specifies whether the API product exists.requireCallbackUrl
(type:boolean()
, default:nil
) - Boolean flag that specifies whether a callback URL is required.siteId
(type:String.t
, default:nil
) - Name of the portal.snapshotExists
(type:boolean()
, default:nil
) - Boolean flag that specifies whether a snapshot of the OpenAPI Specification that is used to render API reference documentation exists.snapshotModified
(type:String.t
, default:nil
) - Time the snapshot of the OpenAPI Specification was last modified in milliseconds since epoch.snapshotOutdated
(type:boolean()
, default:nil
) - Boolean flag that specifies whether the snapshot of the OpenAPI Specification is out of date.snapshotSourceMissing
(type:boolean()
, default:nil
) - Boolean flag that specifies whether the snapshot of the OpenAPI Specification is missing.snapshotState
(type:String.t
, default:nil
) - Status of the snapshot of the OpenAPI Specification that is used to render API reference documentation.specContent
(type:String.t
, default:nil
) - OpenAPI Specification content.specId
(type:String.t
, default:nil
) - ID of the OpenAPI Specification.specModified
(type:String.t
, default:nil
) - Time the OpenAPI Specification was last modified in milliseconds since epoch.specTitle
(type:String.t
, default:nil
) - Title of the OpenAPI Specification.title
(type:String.t
, default:nil
) - Title of the API.visibility
(type:boolean()
, default:nil
) - Boolean flag that specifies whether the API is visible to all users (public).
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.GoogleCloudApigeeV1ApiDocBody{ anonAllowed: boolean(), apiId: String.t(), description: String.t(), edgeAPIProductName: String.t(), enrollment: String.t(), id: String.t(), imageUrl: String.t(), modified: String.t(), productExists: boolean(), requireCallbackUrl: boolean(), siteId: String.t(), snapshotExists: boolean(), snapshotModified: String.t(), snapshotOutdated: boolean(), snapshotSourceMissing: boolean(), snapshotState: String.t(), specContent: String.t(), specId: String.t(), specModified: String.t(), specTitle: String.t(), title: String.t(), visibility: boolean() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.