|
| 1 | +# AuthenticatedSessionAsn |
| 2 | + |
| 3 | +## Properties |
| 4 | + |
| 5 | +Name | Type | Description | Notes |
| 6 | +------------ | ------------- | ------------- | ------------- |
| 7 | +**Asn** | **int32** | | |
| 8 | +**AsOrg** | **NullableString** | | |
| 9 | +**Network** | **NullableString** | | |
| 10 | + |
| 11 | +## Methods |
| 12 | + |
| 13 | +### NewAuthenticatedSessionAsn |
| 14 | + |
| 15 | +`func NewAuthenticatedSessionAsn(asn int32, asOrg NullableString, network NullableString, ) *AuthenticatedSessionAsn` |
| 16 | + |
| 17 | +NewAuthenticatedSessionAsn instantiates a new AuthenticatedSessionAsn object |
| 18 | +This constructor will assign default values to properties that have it defined, |
| 19 | +and makes sure properties required by API are set, but the set of arguments |
| 20 | +will change when the set of required properties is changed |
| 21 | + |
| 22 | +### NewAuthenticatedSessionAsnWithDefaults |
| 23 | + |
| 24 | +`func NewAuthenticatedSessionAsnWithDefaults() *AuthenticatedSessionAsn` |
| 25 | + |
| 26 | +NewAuthenticatedSessionAsnWithDefaults instantiates a new AuthenticatedSessionAsn object |
| 27 | +This constructor will only assign default values to properties that have it defined, |
| 28 | +but it doesn't guarantee that properties required by API are set |
| 29 | + |
| 30 | +### GetAsn |
| 31 | + |
| 32 | +`func (o *AuthenticatedSessionAsn) GetAsn() int32` |
| 33 | + |
| 34 | +GetAsn returns the Asn field if non-nil, zero value otherwise. |
| 35 | + |
| 36 | +### GetAsnOk |
| 37 | + |
| 38 | +`func (o *AuthenticatedSessionAsn) GetAsnOk() (*int32, bool)` |
| 39 | + |
| 40 | +GetAsnOk returns a tuple with the Asn field if it's non-nil, zero value otherwise |
| 41 | +and a boolean to check if the value has been set. |
| 42 | + |
| 43 | +### SetAsn |
| 44 | + |
| 45 | +`func (o *AuthenticatedSessionAsn) SetAsn(v int32)` |
| 46 | + |
| 47 | +SetAsn sets Asn field to given value. |
| 48 | + |
| 49 | + |
| 50 | +### GetAsOrg |
| 51 | + |
| 52 | +`func (o *AuthenticatedSessionAsn) GetAsOrg() string` |
| 53 | + |
| 54 | +GetAsOrg returns the AsOrg field if non-nil, zero value otherwise. |
| 55 | + |
| 56 | +### GetAsOrgOk |
| 57 | + |
| 58 | +`func (o *AuthenticatedSessionAsn) GetAsOrgOk() (*string, bool)` |
| 59 | + |
| 60 | +GetAsOrgOk returns a tuple with the AsOrg field if it's non-nil, zero value otherwise |
| 61 | +and a boolean to check if the value has been set. |
| 62 | + |
| 63 | +### SetAsOrg |
| 64 | + |
| 65 | +`func (o *AuthenticatedSessionAsn) SetAsOrg(v string)` |
| 66 | + |
| 67 | +SetAsOrg sets AsOrg field to given value. |
| 68 | + |
| 69 | + |
| 70 | +### SetAsOrgNil |
| 71 | + |
| 72 | +`func (o *AuthenticatedSessionAsn) SetAsOrgNil(b bool)` |
| 73 | + |
| 74 | + SetAsOrgNil sets the value for AsOrg to be an explicit nil |
| 75 | + |
| 76 | +### UnsetAsOrg |
| 77 | +`func (o *AuthenticatedSessionAsn) UnsetAsOrg()` |
| 78 | + |
| 79 | +UnsetAsOrg ensures that no value is present for AsOrg, not even an explicit nil |
| 80 | +### GetNetwork |
| 81 | + |
| 82 | +`func (o *AuthenticatedSessionAsn) GetNetwork() string` |
| 83 | + |
| 84 | +GetNetwork returns the Network field if non-nil, zero value otherwise. |
| 85 | + |
| 86 | +### GetNetworkOk |
| 87 | + |
| 88 | +`func (o *AuthenticatedSessionAsn) GetNetworkOk() (*string, bool)` |
| 89 | + |
| 90 | +GetNetworkOk returns a tuple with the Network field if it's non-nil, zero value otherwise |
| 91 | +and a boolean to check if the value has been set. |
| 92 | + |
| 93 | +### SetNetwork |
| 94 | + |
| 95 | +`func (o *AuthenticatedSessionAsn) SetNetwork(v string)` |
| 96 | + |
| 97 | +SetNetwork sets Network field to given value. |
| 98 | + |
| 99 | + |
| 100 | +### SetNetworkNil |
| 101 | + |
| 102 | +`func (o *AuthenticatedSessionAsn) SetNetworkNil(b bool)` |
| 103 | + |
| 104 | + SetNetworkNil sets the value for Network to be an explicit nil |
| 105 | + |
| 106 | +### UnsetNetwork |
| 107 | +`func (o *AuthenticatedSessionAsn) UnsetNetwork()` |
| 108 | + |
| 109 | +UnsetNetwork ensures that no value is present for Network, not even an explicit nil |
| 110 | + |
| 111 | +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
| 112 | + |
| 113 | + |
0 commit comments