View Source GoogleApi.DisplayVideo.V3.Model.CustomBiddingAlgorithmRulesRef (google_api_display_video v0.34.0)

The reference to the uploaded AlgorithmRules file. Retrieve the location to upload new AlgorithmRules file to using customBiddingAlgorithms.uploadRules.

Attributes

  • resourceName (type: String.t, default: nil) - A resource name to be used in media.download to download the rules files. Or media.upload to upload the rules files. Resource names have the format customBiddingAlgorithms/{custom_bidding_algorithm_id}/rulesRef/{ref_id}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V3.Model.CustomBiddingAlgorithmRulesRef{
  resourceName: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.