Class: Google::Apis::AlertcenterV1beta1::TransferMisconfiguration
- Inherits:
-
Object
- Object
- Google::Apis::AlertcenterV1beta1::TransferMisconfiguration
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/alertcenter_v1beta1/classes.rb,
lib/google/apis/alertcenter_v1beta1/representations.rb,
lib/google/apis/alertcenter_v1beta1/representations.rb
Overview
Error related to transferring or forwarding a phone call.
Instance Attribute Summary collapse
-
#errors ⇒ Array<Google::Apis::AlertcenterV1beta1::TransferError>
Details for each invalid transfer or forward.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TransferMisconfiguration
constructor
A new instance of TransferMisconfiguration.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TransferMisconfiguration
Returns a new instance of TransferMisconfiguration.
2292 2293 2294 |
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 2292 def initialize(**args) update!(**args) end |
Instance Attribute Details
#errors ⇒ Array<Google::Apis::AlertcenterV1beta1::TransferError>
Details for each invalid transfer or forward.
Corresponds to the JSON property errors
2290 2291 2292 |
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 2290 def errors @errors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2297 2298 2299 |
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 2297 def update!(**args) @errors = args[:errors] if args.key?(:errors) end |