module Savedadstyles: sig .. end
val get : ?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
savedAdStyleId:string ->
GapiConversation.Session.t ->
GapiAdsenseV1_4Model.SavedAdStyle.t * GapiConversation.Session.t
List a specific saved ad style for the specified account.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.4/").
etag : Optional ETag.
std_params : Optional standard parameters.
accountId : Account for which to get the saved ad style.
savedAdStyleId : Saved ad style to retrieve.
val list : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?maxResults:int ->
?pageToken:string ->
accountId:string ->
GapiConversation.Session.t ->
GapiAdsenseV1_4Model.SavedAdStyles.t * GapiConversation.Session.t
List all saved ad styles in the specified account.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.4/").
std_params : Optional standard parameters.
maxResults : The maximum number of saved ad styles to include in the response, used for paging.
pageToken : A continuation token, used to page through saved ad styles. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
accountId : Account for which to list saved ad styles.