class Google::Apis::ManagedidentitiesV1beta1::WeeklyCycle

Time window specified for weekly operations.

Attributes

schedule[RW]

User can specify multiple windows in a week. Minimum of 1 window. Corresponds to the JSON property `schedule` @return [Array<Google::Apis::ManagedidentitiesV1beta1::Schedule>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/managedidentities_v1beta1/classes.rb, line 2099
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/managedidentities_v1beta1/classes.rb, line 2104
def update!(**args)
  @schedule = args[:schedule] if args.key?(:schedule)
end