|
| 1 | +# NestedASN |
| 2 | + |
| 3 | +## Properties |
| 4 | + |
| 5 | +Name | Type | Description | Notes |
| 6 | +------------ | ------------- | ------------- | ------------- |
| 7 | +**Id** | **int32** | | [readonly] |
| 8 | +**Url** | **string** | | [readonly] |
| 9 | +**Display** | **string** | | [readonly] |
| 10 | +**Asn** | **int64** | 16- or 32-bit autonomous system number | |
| 11 | + |
| 12 | +## Methods |
| 13 | + |
| 14 | +### NewNestedASN |
| 15 | + |
| 16 | +`func NewNestedASN(id int32, url string, display string, asn int64, ) *NestedASN` |
| 17 | + |
| 18 | +NewNestedASN instantiates a new NestedASN object |
| 19 | +This constructor will assign default values to properties that have it defined, |
| 20 | +and makes sure properties required by API are set, but the set of arguments |
| 21 | +will change when the set of required properties is changed |
| 22 | + |
| 23 | +### NewNestedASNWithDefaults |
| 24 | + |
| 25 | +`func NewNestedASNWithDefaults() *NestedASN` |
| 26 | + |
| 27 | +NewNestedASNWithDefaults instantiates a new NestedASN object |
| 28 | +This constructor will only assign default values to properties that have it defined, |
| 29 | +but it doesn't guarantee that properties required by API are set |
| 30 | + |
| 31 | +### GetId |
| 32 | + |
| 33 | +`func (o *NestedASN) GetId() int32` |
| 34 | + |
| 35 | +GetId returns the Id field if non-nil, zero value otherwise. |
| 36 | + |
| 37 | +### GetIdOk |
| 38 | + |
| 39 | +`func (o *NestedASN) GetIdOk() (*int32, bool)` |
| 40 | + |
| 41 | +GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise |
| 42 | +and a boolean to check if the value has been set. |
| 43 | + |
| 44 | +### SetId |
| 45 | + |
| 46 | +`func (o *NestedASN) SetId(v int32)` |
| 47 | + |
| 48 | +SetId sets Id field to given value. |
| 49 | + |
| 50 | + |
| 51 | +### GetUrl |
| 52 | + |
| 53 | +`func (o *NestedASN) GetUrl() string` |
| 54 | + |
| 55 | +GetUrl returns the Url field if non-nil, zero value otherwise. |
| 56 | + |
| 57 | +### GetUrlOk |
| 58 | + |
| 59 | +`func (o *NestedASN) GetUrlOk() (*string, bool)` |
| 60 | + |
| 61 | +GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise |
| 62 | +and a boolean to check if the value has been set. |
| 63 | + |
| 64 | +### SetUrl |
| 65 | + |
| 66 | +`func (o *NestedASN) SetUrl(v string)` |
| 67 | + |
| 68 | +SetUrl sets Url field to given value. |
| 69 | + |
| 70 | + |
| 71 | +### GetDisplay |
| 72 | + |
| 73 | +`func (o *NestedASN) GetDisplay() string` |
| 74 | + |
| 75 | +GetDisplay returns the Display field if non-nil, zero value otherwise. |
| 76 | + |
| 77 | +### GetDisplayOk |
| 78 | + |
| 79 | +`func (o *NestedASN) GetDisplayOk() (*string, bool)` |
| 80 | + |
| 81 | +GetDisplayOk returns a tuple with the Display field if it's non-nil, zero value otherwise |
| 82 | +and a boolean to check if the value has been set. |
| 83 | + |
| 84 | +### SetDisplay |
| 85 | + |
| 86 | +`func (o *NestedASN) SetDisplay(v string)` |
| 87 | + |
| 88 | +SetDisplay sets Display field to given value. |
| 89 | + |
| 90 | + |
| 91 | +### GetAsn |
| 92 | + |
| 93 | +`func (o *NestedASN) GetAsn() int64` |
| 94 | + |
| 95 | +GetAsn returns the Asn field if non-nil, zero value otherwise. |
| 96 | + |
| 97 | +### GetAsnOk |
| 98 | + |
| 99 | +`func (o *NestedASN) GetAsnOk() (*int64, bool)` |
| 100 | + |
| 101 | +GetAsnOk returns a tuple with the Asn field if it's non-nil, zero value otherwise |
| 102 | +and a boolean to check if the value has been set. |
| 103 | + |
| 104 | +### SetAsn |
| 105 | + |
| 106 | +`func (o *NestedASN) SetAsn(v int64)` |
| 107 | + |
| 108 | +SetAsn sets Asn field to given value. |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
| 113 | + |
| 114 | + |
0 commit comments