GoogleApi.AppHub.V1.Model.LookupServiceProjectAttachmentResponse (google_api_app_hub v0.4.0)
View SourceResponse for LookupServiceProjectAttachment.
Attributes
-
serviceProjectAttachment
(type:GoogleApi.AppHub.V1.Model.ServiceProjectAttachment.t
, default:nil
) - Service project attachment for a project if exists, empty otherwise.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AppHub.V1.Model.LookupServiceProjectAttachmentResponse{ serviceProjectAttachment: GoogleApi.AppHub.V1.Model.ServiceProjectAttachment.t() | nil }