View Source GoogleApi.Content.V21.Model.FreeListingsProgramStatus (google_api_content v0.70.1)
Response message for GetFreeListingsProgramStatus.
Attributes
-
globalState(type:String.t, default:nil) - State of the program.ENABLEDif there are offers for at least one region. -
regionStatuses(type:list(GoogleApi.Content.V21.Model.FreeListingsProgramStatusRegionStatus.t), default:nil) - Status of the program in each region. Regions with the same status and review eligibility are grouped together inregionCodes.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Content.V21.Model.FreeListingsProgramStatus{ globalState: String.t() | nil, regionStatuses: [GoogleApi.Content.V21.Model.FreeListingsProgramStatusRegionStatus.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.