google_api_security_center v0.9.0 GoogleApi.SecurityCenter.V1.Model.ListSourcesResponse View Source
Response message for listing sources.
Attributes
nextPageToken
(type:String.t
, default:nil
) - Token to retrieve the next page of results, or empty if there are no more results.sources
(type:list(GoogleApi.SecurityCenter.V1.Model.Source.t)
, default:nil
) - Sources belonging to the requested parent.
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.SecurityCenter.V1.Model.ListSourcesResponse{ nextPageToken: String.t(), sources: [GoogleApi.SecurityCenter.V1.Model.Source.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.