Class: HubSpotSDK::Models::Meta::IPRange
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::Meta::IPRange
- Defined in:
- lib/hubspot_sdk/models/meta/ip_range.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#cidr ⇒ String
The CIDR notation representing the IP range.
-
#description ⇒ String
A description of the IP range.
-
#direction ⇒ Symbol, HubSpotSDK::Models::Meta::IPRange::Direction
The direction of the IP traffic, which can be INGRESS or EGRESS.
-
#service ⇒ Symbol, HubSpotSDK::Models::Meta::IPRange::Service
The service associated with the IP range, such as EMAIL, API, DNS, or WEB_SCRAPING.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(cidr:, description:, direction:, service:) ⇒ Object
constructor
Some parameter documentations has been truncated, see IPRange for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(cidr:, description:, direction:, service:) ⇒ Object
Some parameter documentations has been truncated, see HubSpotSDK::Models::Meta::IPRange for more details.
|
|
# File 'lib/hubspot_sdk/models/meta/ip_range.rb', line 32
|
Instance Attribute Details
#cidr ⇒ String
The CIDR notation representing the IP range.
11 |
# File 'lib/hubspot_sdk/models/meta/ip_range.rb', line 11 required :cidr, String |
#description ⇒ String
A description of the IP range.
17 |
# File 'lib/hubspot_sdk/models/meta/ip_range.rb', line 17 required :description, String |
#direction ⇒ Symbol, HubSpotSDK::Models::Meta::IPRange::Direction
The direction of the IP traffic, which can be INGRESS or EGRESS.
23 |
# File 'lib/hubspot_sdk/models/meta/ip_range.rb', line 23 required :direction, enum: -> { HubSpotSDK::Meta::IPRange::Direction } |
#service ⇒ Symbol, HubSpotSDK::Models::Meta::IPRange::Service
The service associated with the IP range, such as EMAIL, API, DNS, or WEB_SCRAPING.
30 |
# File 'lib/hubspot_sdk/models/meta/ip_range.rb', line 30 required :service, enum: -> { HubSpotSDK::Meta::IPRange::Service } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/hubspot_sdk/models/meta/ip_range.rb', line 53
|