Cloud Composer v1 API - Class UpdateUserWorkloadsSecretRequest (2.6.0)

public sealed class UpdateUserWorkloadsSecretRequest : IMessage<UpdateUserWorkloadsSecretRequest>, IEquatable<UpdateUserWorkloadsSecretRequest>, IDeepCloneable<UpdateUserWorkloadsSecretRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Composer v1 API class UpdateUserWorkloadsSecretRequest.

Update user workloads Secret request.

Inheritance

object > UpdateUserWorkloadsSecretRequest

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

UpdateUserWorkloadsSecretRequest()

public UpdateUserWorkloadsSecretRequest()

UpdateUserWorkloadsSecretRequest(UpdateUserWorkloadsSecretRequest)

public UpdateUserWorkloadsSecretRequest(UpdateUserWorkloadsSecretRequest other)
Parameter
NameDescription
otherUpdateUserWorkloadsSecretRequest

Properties

UserWorkloadsSecret

public UserWorkloadsSecret UserWorkloadsSecret { get; set; }

Optional. User workloads Secret to override.

Property Value
TypeDescription
UserWorkloadsSecret