class Google::Apis::DlpV2::GooglePrivacyDlpV2TimeZone

Time zone of the date time object.

Attributes

offset_minutes[RW]

Set only if the offset can be determined. Positive for time ahead of UTC. E.g. For “UTC-9”, this value is -540. Corresponds to the JSON property `offsetMinutes` @return [Fixnum]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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