Skip to content

Commit

Permalink
feat: Generate Google.Apis.YouTube.v3 version 1.68.0.3608
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Nov 20, 2024
1 parent b2bd5b0 commit 8af6f89
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
29 changes: 28 additions & 1 deletion DiscoveryJson/youtube.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4133,7 +4133,7 @@
}
}
},
"revision": "20241105",
"revision": "20241117",
"rootUrl": "https://youtube.googleapis.com/",
"schemas": {
"AbuseReport": {
Expand Down Expand Up @@ -5612,6 +5612,10 @@
"$ref": "ChannelToStoreLinkDetailsBillingDetails",
"description": "Information specific to billing (read-only)."
},
"merchantAffiliateProgramDetails": {
"$ref": "ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails",
"description": "Information specific to merchant affiliate program (read-only)."
},
"merchantId": {
"description": "Google Merchant Center id of the store.",
"format": "uint64",
Expand Down Expand Up @@ -5651,6 +5655,29 @@
},
"type": "object"
},
"ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails": {
"description": "Information specific to merchant affiliate program.",
"id": "ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails",
"properties": {
"status": {
"description": "The current merchant affiliate program status.",
"enum": [
"merchantAffiliateProgramStatusUnspecified",
"merchantAffiliateProgramStatusEligible",
"merchantAffiliateProgramStatusActive",
"merchantAffiliateProgramStatusPaused"
],
"enumDescriptions": [
"Unspecified status.",
"Merchant is eligible for the merchant affiliate program.",
"Merchant affiliate program is active.",
"Merchant affiliate program is paused."
],
"type": "string"
}
},
"type": "object"
},
"ChannelTopicDetails": {
"description": "Freebase topic information related to the channel.",
"id": "ChannelTopicDetails",
Expand Down
15 changes: 15 additions & 0 deletions Src/Generated/Google.Apis.YouTube.v3/Google.Apis.YouTube.v3.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12314,6 +12314,10 @@ public class ChannelToStoreLinkDetails : Google.Apis.Requests.IDirectResponseSch
[Newtonsoft.Json.JsonPropertyAttribute("billingDetails")]
public virtual ChannelToStoreLinkDetailsBillingDetails BillingDetails { get; set; }

/// <summary>Information specific to merchant affiliate program (read-only).</summary>
[Newtonsoft.Json.JsonPropertyAttribute("merchantAffiliateProgramDetails")]
public virtual ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails MerchantAffiliateProgramDetails { get; set; }

/// <summary>Google Merchant Center id of the store.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("merchantId")]
public virtual System.Nullable<ulong> MerchantId { get; set; }
Expand Down Expand Up @@ -12341,6 +12345,17 @@ public class ChannelToStoreLinkDetailsBillingDetails : Google.Apis.Requests.IDir
public virtual string ETag { get; set; }
}

/// <summary>Information specific to merchant affiliate program.</summary>
public class ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails : Google.Apis.Requests.IDirectResponseSchema
{
/// <summary>The current merchant affiliate program status.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("status")]
public virtual string Status { get; set; }

/// <summary>The ETag of the item.</summary>
public virtual string ETag { get; set; }
}

/// <summary>Freebase topic information related to the channel.</summary>
public class ChannelTopicDetails : Google.Apis.Requests.IDirectResponseSchema
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.YouTube.v3 Client Library</Title>
<Version>1.68.0.3596</Version>
<Version>1.68.0.3608</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 8af6f89

Please sign in to comment.