Class SwitchSnapChannelDetails
Provides the information used to switch a snap channel.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class SwitchSnapChannelDetails
Properties
Channel
Declaration
[JsonProperty(PropertyName = "channel")]
public string Channel { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The channel to switch to (e.g. stable, edge, beta, candidate, or a custom channel). |
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the snap. |
Remarks
Required